Add daily wiki update automation (weekdays, 06:00 UTC)#4577
Closed
AntonMFernando-NOAA wants to merge 1 commit intoNOAA-EMC:developfrom
Closed
Add daily wiki update automation (weekdays, 06:00 UTC)#4577AntonMFernando-NOAA wants to merge 1 commit intoNOAA-EMC:developfrom
AntonMFernando-NOAA wants to merge 1 commit intoNOAA-EMC:developfrom
Conversation
Contributor
Author
|
mistake |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary\n\nAdds a GitHub Actions workflow that automatically updates the global-workflow wiki every weekday with a summary of the previous day's activity.\n\n## Files added\n\n| File | Purpose |\n|------|---------|\n|
.github/workflows/daily-wiki-update.yml| Scheduled workflow (Mon–Fri, 06:00 UTC) |\n|.github/scripts/generate_daily_summary.py| Queries GitHub API and generates the markdown summary |\n\n## What the summary includes\n\n- Commits pushed/merged that day\n- Pull requests opened, merged, or closed\n- Issues opened or closed \n- Questions / Help Requests (issues labelledquestionorhelp)\n\nEach entry is filtered to the author(s) set in theWIKI_AUTHOR_USERNAMErepository variable.\n\n## One-time setup required\n\n1. SecretWIKI_PAT— classic PAT withrepo+workflowscopes (Settings → Secrets and variables → Actions → Secrets)\n2. VariableWIKI_AUTHOR_USERNAME— comma-separated GitHub username(s) to filter by (Settings → Secrets and variables → Actions → Variables)\n\nResults are prepended toDaily-Updates.mdin the wiki, with a sidebar link added automatically on the first run.\n\nCan also be triggered manually via Actions → Daily Wiki Update → Run workflow with an optional date override for backfilling."